home *** CD-ROM | disk | FTP | other *** search
- body {
- }
-
- .Element {
- }
-
- .OpeningTag {
- }
-
- .ExtendedName {
- }
-
- .ElementName {
- }
-
- // The extended-name-span contains elements
- // with id and class values. Use the
- // following rules to print those values
- // before all other attributes
- .IdClass {
- display:none;
- }
-
- .Identity {
- }
-
- .Identity:before {
- content:"";
- }
-
- .Class {
- }
-
- .Class:before {
- content:"";
- }
-
- .Attributes {
- }
-
-
- .Attribute {
- }
-
- // Either the id or the class attribute
- .IdClassAttribute {
- }
-
- .AttributeName {
- }
-
- .AttributeValue {
- }
-
- .Children {
- }
-
- .ClosingTag {
- }
-
- .Text {
- }
-
-
- // Every type of HTML element can have
- // its own styles
-
- .style .Children, .script .Children {
- white-space:pre;
- font-family:monaco;
- }
-
-
- // Rules modifying the presentation of
- // inline elements
-
- .Inline.Element {
- display:inline;
- }
-
- .Inline .OpeningTag {
- display:inline;
- }
-
- .Inline .Children {
- display:inline;
- }
-
- .Inline .ClosingTag {
- display:inline;
- }
-